From: Kevin Ryde Date: Tue, 24 Nov 2009 23:13:55 +0000 (+0000) Subject: * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9272 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f7077e5ad9e2c0dce634210a63fe649be2905ca5;p=emacs.git * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build value with regexp-opt instead of explicit joining loop. (My Bug#4927.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 021ae0db2c0..04cbca0e721 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2009-11-24 Kevin Ryde + * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build + value with regexp-opt instead of explicit joining loop. (My + Bug#4927.) + * emacs-lisp/elint.el (elint-add-required-env): Better error message when .el source file not found or other error.